home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quick PC 62
/
Quick PC 62.iso
/
I386
/
IIS5_01.CAB
/
IIS_directives.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-09
|
230 b
|
14 lines
<%
' Support multiple character sets.
Session.Codepage = 65001
Response.Charset = "UTF-8"
Response.CacheControl = "no-cache"
'HTTP/1.0 Compatibility
Response.AddHeader "Pragma", "no-cache"
Response.Expires = 0
%>